docs: fix stale badge/docs links in README - #48
Merged
Merged
Conversation
The org moved from halotukozak to halotukozak-com (repo now lives at github.com/halotukozak-com/sure), but the README badges still pointed at the old owner: - The docs badge linked to https://halotukozak.github.io/sure/, which redirects to the unrelated personal site halotukozak.com (its 404 page), not the project's Dokka docs. The real docs are published at https://sure.halotukozak.com/ (per the repo's GitHub Pages config). - The CI and codecov badges pointed at github.com/halotukozak/sure and codecov.io/gh/halotukozak/sure, which still resolve via redirect but no longer match the canonical halotukozak-com/sure location. Verified against current repo state: Kotlin 2.4.10 / KMP targets (jvm, iosX64, iosArm64, iosSimulatorArm64) / DSL API / 0.1.0 Maven Central release referenced in the README are all accurate, so no other changes were needed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Audited README.md against the current state of the repo (build files, source, Maven Central, GitHub Pages config). Found the three header badges still pointing at the old
halotukozakGitHub owner from before the org move tohalotukozak-com:https://halotukozak.github.io/sure/, which redirects to the unrelated personal sitehalotukozak.com(its 404 page) — not the project docs. The real Dokka docs are served athttps://sure.halotukozak.com/(confirmed via the repo's GitHub Pages API config: custom domainsure.halotukozak.com).github.com/halotukozak/sure/codecov.io/gh/halotukozak/sure. These still 200/301-redirect to the right place today, but no longer match the canonicalhalotukozak-com/surerepo location.Everything else checked out as accurate and was left untouched:
jvm,iosX64,iosArm64,iosSimulatorArm64) matchsure/build.gradle.kts.field/notBlank/lengthIn/.validate()example matches the current DSL inChecks.kt/Validator.kt/ the KSP-generated extensions.io.github.halotukozak:sure:0.1.0/sure-ksp:0.1.0coordinates match the latest (and only) release on Maven Central and thev0.1.0git tag.Test plan
https://sure.halotukozak.com/returns 200 and is the Dokka docs site (from repo's Pages config).https://halotukozak.github.io/sure/redirects tohalotukozak.com/404, confirming the old badge was broken/misleading.halotukozak-com/sure.